home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-06-19 | 1.7 KB | 77 lines |
- # Project: tr2latex
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IUnix: -pcc -JUnix: -DACORN
- C++flags = -c -depend !Depend -throwback -IC:
- Pascalflags = -c -depend !Depend -throwback -IP:
- Linkflags = -c++ -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.tr2latex: @.o.subs @.o.tr @.o.tr2latex @.o.version Unix:o.UnixLib
- link $(linkflags) @.o.subs @.o.tr @.o.tr2latex @.o.version \
- Unix:o.UnixLib
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.subs: @.c.subs
- cc $(ccflags) -o @.o.subs @.c.subs
- @.o.tr: @.c.tr
- cc $(ccflags) -o @.o.tr @.c.tr
- @.o.tr2latex: @.c.tr2latex
- cc $(ccflags) -o @.o.tr2latex @.c.tr2latex
- @.o.version: @.c.version
- cc $(ccflags) -o @.o.version @.c.version
-
-
- # Dynamic dependencies:
- o.version: c.version
- o.subs: c.subs
- o.subs: h.setups
- o.subs: Unix:h.stdio
- o.subs: Unix:h.stdarg
- o.subs: Unix:sys.h.types
- o.subs: Unix:h.ctype
- o.subs: Unix:h.errno
- o.subs: Unix:h.stdlib
- o.subs: Unix:h.time
- o.subs: Unix:h.string
- o.subs: h.protos
- o.subs: h.simil
- o.subs: h.greek
- o.subs: h.flip
- o.subs: h.forbid
- o.subs: h.maths
- o.subs: h.macros
- o.tr: c.tr
- o.tr: h.setups
- o.tr: Unix:h.stdio
- o.tr: Unix:h.stdarg
- o.tr: Unix:sys.h.types
- o.tr: Unix:h.ctype
- o.tr: Unix:h.errno
- o.tr: Unix:h.stdlib
- o.tr: Unix:h.time
- o.tr: Unix:h.string
- o.tr: h.protos
- o.tr2latex: c.tr2latex
- o.tr2latex: h.setups
- o.tr2latex: Unix:h.stdio
- o.tr2latex: Unix:h.stdarg
- o.tr2latex: Unix:sys.h.types
- o.tr2latex: Unix:h.ctype
- o.tr2latex: Unix:h.errno
- o.tr2latex: Unix:h.stdlib
- o.tr2latex: Unix:h.time
- o.tr2latex: Unix:h.string
- o.tr2latex: h.protos
-